home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / base / netkit-b.07a / netkit-b / NetKit-B-0.07A / talkd / proto.h < prev    next >
Encoding:
Text File  |  1996-07-16  |  462 b   |  16 lines

  1. /* print.c */
  2. void print_request(const char *cp, const CTL_MSG *mp);
  3. void print_response(const char *cp, const CTL_RESPONSE *rp);
  4.  
  5. /* table.c */
  6. void insert_table(CTL_MSG *request, CTL_RESPONSE *response);
  7. CTL_MSG *find_request(CTL_MSG *request);
  8. CTL_MSG *find_match(CTL_MSG *request);
  9.  
  10. /* other */
  11. int announce(CTL_MSG *request, const char *remote_machine);
  12. void process_request(CTL_MSG *mp, CTL_RESPONSE *rp);
  13. int new_id(void);
  14. int delete_invite(int id_num);
  15.  
  16.